-- background: 3098 from stack: in -- bmap block id: 3574 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openBackground push recent card end openBackground on openstack choose browse tool global arrowflag put 0 into arrowflag wait 2 seconds set the scroll of card field id 4 to 0 show card field id 4 put the version into temp if temp > 1.0 then if the textarrows is true then put 1 into arrowflag set the textarrows to false end if hide message window hide tool window hide pattern window end openstack on closestack global arrowflag go to first card hide card field id 4 if the version > 1.0 then if arrowflag = 0 then set textarrows to false end if end if end closestack -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=421 top=323 right=342 bottom=446 -- title width / last selected line: 0 -- icon id / first selected line: 16560 / 16560 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=61 top=322 right=342 bottom=83 -- title width / last selected line: 0 -- icon id / first selected line: 15420 / 15420 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to previous card end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=326 right=342 bottom=19 -- title width / last selected line: 0 -- icon id / first selected line: 21847 / 21847 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris open go Home end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=494 top=323 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 6720 / 6720 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp